home *** CD-ROM | disk | FTP | other *** search
/ Trees of Indiana / Trees of Indiana.iso / pc / data / castanea / amc.dxr / Internal_4.ls < prev    next >
Encoding:
Text File  |  2002-07-30  |  240 b   |  18 lines

  1. on mouseWithin
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp
  10.   sprite(115).visible = 0
  11.   sprite(116).visible = 0
  12.   sprite(117).visible = 0
  13.   sprite(118).visible = 0
  14.   sprite(119).visible = 0
  15.   glosWindows()
  16.   go("start")
  17. end
  18.